home *** CD-ROM | disk | FTP | other *** search
/ Pink Daily - The Pink Days / Pink Daily - The Pink Days.iso / mac / PinkData / RDa3.dir / 00037_Script_37 < prev    next >
Text File  |  1995-08-15  |  840b  |  24 lines

  1. on moovRunning sNum
  2.   put item 1 of the name of cast the castNum of sprite sNum into vName
  3.   if the movieTime of sprite sNum < the duration of cast (vName) then
  4.     go the frame
  5.     puppetSprite (sNum-4) ,true 
  6.     if the movieRate of sprite sNum >= 1 then
  7.       set the castNum of sprite (sNum-4) = the number of cast "playBon"
  8.       set the castNum of sprite (sNum-5) = the number of cast "stopB"
  9.       puppetSprite (sNum-5),true
  10.     else
  11.       puppetSprite (sNum-5),true
  12.       set the castNum of sprite (sNum-5) = the number of cast "stopBon" 
  13.       set the castNum of sprite (sNum-4) = the number of cast "playB"
  14.       puppetSprite (sNum-4) ,false 
  15.     end if
  16.   else
  17.     puppetSprite (sNum-5) ,false 
  18.     puppetSprite (sNum-4) ,false
  19.     unLoadcast 17
  20.     puppetTransition 06,0,4
  21.     go to marker(0)
  22.   end if
  23. end
  24.